﻿* {
	box-sizing: border-box;
	outline: 0
}

body {
	color: #666;
	line-height: 24px;
	font-size: 14px;
	min-width: 1200px;
	background: #fff;
	font-family: "Microsoft YaHei","arial"
}

img {
	border: 0;
	vertical-align: top
}

a {
	color: #666;
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: 700ms;
	transition-duration: 700ms
}

a:hover {
	color: #0c5ac4
}

textarea {
	-webkit-appearance: none
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin: 0;
	padding: 0
}

ol,ul {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	width: 100%
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: none
}

input[type='checkbox'],input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'],input[type='button'] {
	padding: 0;
	color: #666;
	margin: 0;
	outline: none
}

@font-face {
	font-family:"DINPro-Light_0";src:url("../fonts/dinpro-light_0_1.woff2") format("woff2"),url("../fonts/dinpro-light_0_1.woff") format("woff"),url("../fonts/dinpro-light_0_1.ttf") format("truetype"),url("../fonts/dinpro-light_0_1.eot") format("embedded-opentype"),url("../fonts/dinpro-light_0.svg") format("svg")
}

.vcenter {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	vertical-align: middle
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.container {
	width: 1200px;
	margin: 0 auto
}

@-webkit-keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.header {
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 100;
	position: absolute;
	border-bottom: solid 2px rgba(255,255,255,0.1);
    /*background-color:#fff;*/
}

.header .container {
	position: relative
}

.header .tel {
	text-align: right
}

.header .logo {
	top: 49px;
	left: 0;
	position: absolute
}

.header .nav {
	height: 70px;
	float: right;
	padding-top: 13px
}

.header .nav li {
	float: left;
	height: 57px;
	margin-left: 40px;
	text-align: center;
	position: relative
}

.header .nav li span {
	font-size: 17px
}

.header .nav li i {
	display: block;
	font-size: 10px;
	font-style: normal;
	margin-top: -3px;
	text-transform: uppercase
}

.header .nav li>a {
	color: #007135;
	display: block
}

.header .nav li:before {
	content: "";
	width: 28px;
	height: 20px;
	bottom: 0;
	left: 50%;
	opacity: 0;
	margin-left: -14px;
	position: absolute;
	-webkit-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
	background: url(../images/nav-hover_1.png) no-repeat top center
}

.header .nav li:hover:before,.header .nav .active:before {
	opacity: 1;
	bottom: 0
}

.header .nav .subnav {
	top: 58px;
	left: 50%;
	margin-left: -65px;
	z-index: 99;
	padding: 10px 0;
	background: #0c5ac4;
	line-height: 24px;
	display: none;
	background: rgba(25,107,200,0.7);
	position: absolute;
	width: 130px
}

.header .nav .subnav a {
	color: #fff;
	display: block;
	padding: 3px 5px
}

.header .nav .subnav a:hover {
	background: #0c5ac4
}

.header-two {
	background: #20426c
}

.footer {
	color: #898989;
	padding-top: 30px;
	min-height: 370px;
	padding-bottom: 10px;
	background: url(../images/footer-bg_1.jpg) no-repeat top center #242424
}

.footer ul {
	padding-bottom: 30px
}

.footer li {
	float: left;
	width: 17%
}

.footer li h3 {
	font-weight: normal;
	margin-bottom: 20px
}

.footer li h3 a {
	color: #fff;
	font-size: 16px
}

.footer li a {
	color: #898989;
	font-size: 14px;
	display: block
}

.footer li a:hover {
	color: #fff
}

/*.footer li:nth-child(3),.footer li:nth-child(4) {
	width: 12%
}*/

.footer .last {
	width: 30%;
	min-height: 210px;
	text-align: center;
	border-left: solid 1px rgba(255,255,255,0.1)
}

.footer .last h3 {
	text-align: center
}

.footer .last img {
	margin-left: 15px
}

.footer .links {
	margin-top: -15px;
	padding: 0 0 10px 0
}

.footer .links span {
	font-size: 16px
}

.footer .links a {
	padding: 0 5px;
	color: #898989;
	display: inline-block
}

.footer .links a:hover {
	color: #fff
}

.footer .copy {
	padding-top: 10px;
	text-align: center;
	border-top: solid 1px rgba(255,255,255,0.1)
}

.banner {
	width: 100%;
	display: block;
	height: 793px;
	overflow: hidden;
	position: relative;
	text-align: center
}

.banner .pic {
	width: 100%;
	height: 793px;
	overflow: hidden;
	position: relative
}

.banner .pic .container {
	position: relative
}

.banner .pic span {
	display: block;
	width: 1920px;
	left: 50%;
	height: 793px;
	position: relative;
	text-align: center;
	margin-left: -960px
}

.banner .txtbox {
	top: -560px;
	left: 0;
	color: #fff;
	z-index: 100;
	width: 100%;
	text-align: center;
	position: absolute
}

.banner .slick-dots {
	bottom: 50px
}

.banner .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 100%;
	border: solid 1px #fff;
	background: none;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.banner .slick-dots li.slick-active button {
	background: #fff
}

.banner .slick-active img {
	-webkit-animation: 1s bmove1 alternate linear;
	animation: 1s bmove1 alternate linear
}

@-webkit-keyframes bmove1 {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bmove1 {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.index-yishu {
	height: 791px;
	padding-top: 40px;
	background: url(../images/index-bg_1.jpg) no-repeat top center
}

.index-yishu .title {
	font-size: 20px;
	padding-bottom: 40px;
	text-align: center
}

.index-yishu .title img {
	margin-bottom: 10px
}

.index-yishu .title .en {
	color: #999;
	font-size: 24px;
	font-style: italic;
	font-weight: lighter;
	text-transform: uppercase
}

.index-yishu .scrollbox {
	position: relative
}

.index-yishu .scrollbox:before {
	left: 0;
	top: 40px;
	width: 100%;
	height: 408px;
	content: "";
	z-index: 1;
	position: absolute;
	background: #505e8c;
	background: rgba(18,38,103,0.7)
}

.index-yishu .scroll {
	z-index: 2;
	width: 1075px;
	margin: 0 auto;
	position: relative
}

.index-yishu .scrollbox-2{
	display:none\9;
}

.index-yishu .scroll span {
	width: 1075px;
	height: 510px;
	margin: 0 auto;
	display: block;
	position: relative
}

.index-yishu .slick-prev,.index-yishu  .slick-next,.index-yishu .swiper-button-prev,.index-yishu .swiper-button-next{
	border: 0;
	width: 54px;
	height: 54px;
	border:0;
	opacity:1;
	margin-top: -300px
}

.index-yishu  .slick-prev,.index-yishu .swiper-button-prev {
	left: -170px;
	background: url(../images/prev_1.png) no-repeat top center #b1b1b1
}

.index-yishu  .slick-prev:hover,.index-yishu .swiper-button-prev:hover {
	background-color: #0c5ac4
}

.index-yishu .slick-next,.index-yishu .swiper-button-next {
	right: -170px;
	background: url(../images/next_1.png) no-repeat top center #b1b1b1
}

.index-yishu  .slick-next:hover,.index-yishu .swiper-button-next:hover {
	background-color: #0c5ac4
}
.index-yishu .swiper-button-prev{
	left:34px;
}
.index-yishu .swiper-button-next{
	right:34px;
}
.index-yishu .swiper-button-prev,
.index-yishu .swiper-button-next{
	margin-top:-20px;
}


.index-yishu .menu {
}

.index-yishu .menu li {
	/*width: 20%;
	float: left;*/
	opacity: .5;
	font-size: 16px;
	-webkit-transition: all 700ms ease-in-out;
	transition: all 700ms ease-in-out;
	text-align: center;
	position: relative
}

.index-yishu .menu li:before {
	content: "";
	height: 55px;
	width: 1px;
	top: 8px;
	left: 0;
	position: absolute;
	background: #3978cd
}

.index-yishu .menu li span {
	display: inline-block;
	max-width: 45px
}

.index-yishu .menu li span:hover img{transition: 1s;transform: rotateY(360deg);}


.index-yishu .menu li .tit {
	color: #fff
}

.index-yishu .menu li:hover,
.index-yishu .swiper-slide-thumb-active li{
	opacity: 1
}


.index-yishu .slick-current li{
	opacity:1;
}

.index-pinzhi {
	min-height: 320px;
	min-height: 792px;
	padding-top: 60px;
	background: url(../images/pinzhi-bg_1.jpg) repeat-x top center
}

.index-pinzhi .title {
	font-size: 20px;
	padding-bottom: 50px;
	text-align: center
}

.index-pinzhi .title img {
	margin-bottom: 10px
}

.index-pinzhi .title .en {
	font-size: 24px;
	font-style: italic;
	font-weight: lighter;
	padding-top: 10px;
	letter-spacing: -1.5px;
	text-transform: uppercase
}

.index-pinzhi li {
	width: 240px;
	float: left;
	overflow: hidden;
	text-align: center;
	position: relative
}

.index-pinzhi li .pic {
	width: 240px;
	height: 392px;
	overflow: hidden;
	position: relative
}

.index-pinzhi li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-pinzhi li .txt-hover,.index-pinzhi li .txt-hover-2 {
	height: 392px;
	width: 100%;
	color: #fff;
	padding: 20px;
	opacity: 0;
	padding-top: 100px;
	text-align: left;
	line-height: 28px;
	position: absolute;
	background: #0c5ac4;
	text-indent: 2em;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background: rgba(6,95,195,0.66)
}

.index-pinzhi li .txt-hover span,.index-pinzhi li .txt-hover-2 span {
	height: 168px;
	overflow: hidden;
	vertical-align: middle
}

.index-pinzhi li .txt-hover {
	top: -100px
}

.index-pinzhi li .txt-hover-2 {
	bottom: -100px
}

.index-pinzhi li .txtbox {
	padding: 15px 10px;
	position: relative
}

.index-pinzhi li .txtbox:before {
	content: "";
	width: 24px;
	height: 2px;
	left: 50%;
	bottom: 0;
	margin-left: -12px;
	position: absolute;
	background: #bdbdbd
}

.index-pinzhi li .txtbox .cn {
	color: #333;
	height: 24px;
	overflow: hidden;
	font-size: 22px;
	font-weight: bold
}

.index-pinzhi li .txtbox .en,.index-pinzhi li .txtbox .txt {
	color: #666;
	font-size: 16px;
	font-family: arial;
	height: 24px;
	overflow: hidden
}

.index-pinzhi li .txtbox .en {
	margin-top: 3px
}

.index-pinzhi li .txtbox-2 {
	padding-top: 0;
	margin-bottom: 15px
}

.index-pinzhi li:hover .txt-hover {
	opacity: 1;
	top: 0
}

.index-pinzhi li:hover .txt-hover-2 {
	opacity: 1;
	bottom: 0
}

.index-pinzhi li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-liyou {
	height: 790px;
	padding-top: 50px;
	background: url(../images/liyou-bg_1.jpg) no-repeat top center
}

.index-liyou .title {
	text-align: center;
	padding-bottom: 28px
}

.index-liyou .title .en {
	font-size: 24px;
	font-style: italic;
	font-weight: lighter;
	padding-top: 10px;
	color: #fff;
	color: rgba(255,255,255,0.3);
	text-transform: uppercase
}

.index-liyou li {
	width: 595px;
	height: 274px;
	opacity:0.85;
	margin-top: 10px;
	position: relative;
	transition:all 500ms ease;
}

.index-liyou li .txtbox {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	color: #fff;
	opacity:10;
	line-height: 18px;
	/*color: rgba(255,255,255,0.5);*/
	padding: 40px;
	position: absolute
}

.index-liyou li .txtbox p:first-child {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px
}

.index-liyou li .txtbox p {
	margin-bottom: 10px;
    padding: 0 0px;
    position: relative;
    width: 310px;
    line-height:26px;
}

.index-liyou li .txtbox i {
	top: 0;
	left: 0;
	position: absolute
}

.index-liyou li .bg-hover {
	opacity: 0;
	display: none\9
}

.index-liyou li:hover .bg-hover {
	opacity: 1
}

.index-liyou li:hover .txtbox {
	color: #fff
}

.index-liyou .li-2 .txtbox p,.index-liyou .li-4 .txtbox p {
	width: 310px;	 
	float: right;
    position: relative;

}

.index-liyou .li-2 .txtbox i,.index-liyou .li-4 .txtbox i {
	left: auto;
	right: 0
}

.index-liyou .li-1 {
	background: url(../images/liyou-bg-2_1.png) no-repeat top center;
}

.index-liyou .li-2 {
	background: url(../images/liyou-bg-3_1.png) no-repeat top center
}

.index-liyou .li-3 {
	background: url(../images/liyou-bg-4_1.png) no-repeat top center
}

.index-liyou .li-4 {
	background: url(../images/liyou-bg-5_1.png) no-repeat top center
}
.index-liyou .li-1:hover,
.index-liyou .li-2:hover,
.index-liyou .li-3:hover,
.index-liyou .li-4:hover{
	opacity:1;
}
.index-liyou .li-1,.index-liyou .li-3 {
	float: left
}

.index-liyou .li-2,.index-liyou .li-4 {
	float: right
}

.index-case {
	padding: 45px 0
}

.index-case .title {
	text-align: center
}

.index-case .title .en {
	font-size: 42px;
	color: #0c5ac4;
	line-height: 42px;
	vertical-align: top;
	font-family: "Alibaba Sans";
	text-transform: uppercase
}

.index-case .title img {
	vertical-align: top;
	margin-right: 5px;
	margin-top: 5px
}

.index-case .title .cn {
	color: #333;
	font-size: 20px;
	margin-top: 3px
}

.index-case .title .cn i {
	color: #d8d8d8;
	font-size: 12px;
	font-style: normal;
	margin: 0 30px;
	display: inline-block
}

.index-case .tabmenu {
	margin-top: 20px
}

.index-case .tabmenu li {
	width: 110px;
	height: 35px;
	line-height: 33px;
	float: left;
	font-size: 15px;
	margin-left: 10.5px;
	text-align: center;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
    overflow:hidden;
	border: solid 1px #e5e5e5
}

.index-case .tabmenu li a {
	display: block;
	color: #333
}

.index-case .tabmenu li:first-child {
	margin-left: 0
}

.index-case .tabmenu li:hover,.index-case .tabmenu .cur {
	border-color: #0c5ac4;
	background: #0c5ac4
}

.index-case .tabmenu li:hover a,.index-case .tabmenu .cur a {
	color: #fff
}

.index-case .tabcot {
	display: none
}

.index-case .tabcot ul {
	margin: 0 -23px
}

.index-case .tabcot li {
	float: left;
	width: 369px;
	height: 231px;
	position: relative;
	overflow:hidden;
	box-shadow: 0 0 5px #ccc;
	margin: 23px 23px 11px 23px;
	border: solid 3px #e4cf88
}

.index-case .tabcot li .pic {
	width: 364px;
	height: 225px;
	overflow: hidden;
	position: relative
}

.index-case .tabcot li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	width:365px;
}

.index-case .tabcot li .tit {
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	background: #000;
	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: rgba(0,0,0,0.3)
}

.index-case .tabcot li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-case .hot-key {
	font-size: 16px;
	margin-top: 25px;
	width: 65%;
	float: left
}

.index-case .hot-key span {
	color: #0c5ac4
}

.index-case .hot-key a {
	margin: 0 6px;
	display: inline-block
}

.index-case .hot-search {
	width: 35%;
	float: right;
	margin-top: 20px;
	text-align: right
}

.index-case .hot-search select {
	height: 36px;
	width: 105px;
	font-size: 14px;
	color: #0c5ac4;
	padding-left: 10px;
	border: solid 1px #cfd9ea;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../images/arrow-btn_1.jpg) no-repeat center right
}

.index-case .hot-search input {
	width: 237px;
	height: 36px;
	padding: 10px;
	font-size: 15px;
	color: #666;
	border: solid 1px #cfd9ea;
	border-right: 0
}

.index-case .hot-search input:focus {
	border-color: #0c5ac4
}

.index-case .hot-search .btn {
	width: 36px;
	height: 36px;
	margin-top: -1px;
	vertical-align: top;
	display: inline-block;
	background: #0c5ac4
}

.index-case .hot-search .btn:hover {
	background: #0d63d8
}

.index-about {
	height: 820px;
	padding-top: 45px;
	background: url(../images/about-bg_1.jpg) no-repeat top center
}

.index-about .title {
	text-align: center
}

.index-about .title .en {
	font-size: 42px;
	color: #0c5ac4;
	line-height: 42px;
	vertical-align: top;
	font-family: "Alibaba Sans";
	text-transform: uppercase
}

.index-about .title img {
	vertical-align: top;
	margin-right: 5px;
	margin-top: 5px
}

.index-about .title .cn {
	color: #333;
	font-size: 20px;
	margin-top: 3px
}

.index-about .title .cn i {
	color: #d8d8d8;
	font-size: 12px;
	font-style: normal;
	margin: 0 30px;
	display: inline-block
}

.index-about .leftbox {
	width: 855px;
	float: left;
	padding-top: 35px
}

.index-about .leftbox .pic {
	float: left;
	border: solid 3px #fff;
	outline: solid 1px #cfcece;
	box-shadow: 0 0 8px #bbb
}

.index-about .leftbox .txtbox {
	color: #333;
	float: right;
	width: 448px;
	padding-top: 10px;
	font-size: 16px;
	line-height: 28px
}

.index-about .leftbox .txtbox p {
	text-indent: 2em
}

.index-about .leftbox .txtbox .more {
	padding-top: 20px;
	font-size: 14px;
	float: right;
	color: #0c5ac4
}

.index-about .leftbox .txtbox .more:hover {
	text-decoration: underline
}

.index-about .rightbox {
	width: 310px;
	float: right;
	margin-top: 35px;
	box-shadow: 3px 3px 4px #b8b8b8
}

.index-about .rightbox span {
	display: block;
	width: 308px;
	height: 229px;
	position: relative
}

.index-about .rightbox .slick-prev,.index-about .rightbox .slick-next {
	width: 10px;
	height: 10px;
	margin-top: 0;
	top: auto;
	bottom: -30px;
	border-color: #2a66c6
}

.index-about .rightbox .slick-prev {
	left: 125px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.index-about .rightbox .slick-next {
	right: 125px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.index-about .box-2 {
	padding-top: 50px
}

.index-about .box-2 .scroll {
	padding: 0 19px;
	padding-top: 17px
}

.index-about .box-2 .scroll .item {
	width: 121px;
	height: 75px;
	background: #fff;
	float: left;
	border: solid 1px #d5d5d5;
	margin: 13px 12px 0 12px
}

.index-about .box-2 .scroll .item span {
	position: relative;
	display: block;
	width: 119px;
	height: 73px
}

.index-about .box-2 .scroll .item:hover {
	border-color: #0c5ac4
}

.index-about .box-2 .scroll .slick-prev,.index-about .box-2 .scroll .slick-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-width: 1px;
	border-color: #999
}

.index-about .box-2 .scroll .slick-prev {
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.index-about .box-2 .scroll .slick-next {
	right: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}



.index-about2 {
	height: auto;
	padding-top: 45px;
	/*background: url(../images/about-bg_1.jpg) no-repeat top center*/
}

.index-about2 .title {
	text-align: center
}

.index-about2 .title .en {
	font-size: 42px;
	color: #0c5ac4;
	line-height: 42px;
	vertical-align: top;
	font-family: "Alibaba Sans";
	text-transform: uppercase
}

.index-about2 .title img {
	vertical-align: top;
	margin-right: 5px;
	margin-top: 5px
}

.index-about2 .title .cn {
	color: #333;
	font-size: 20px;
	margin-top: 3px
}

.index-about2 .title .cn i {
	color: #d8d8d8;
	font-size: 12px;
	font-style: normal;
	margin: 0 30px;
	display: inline-block
}

.index-about2 .leftbox {
	width: auto;
	float: left;
	padding-top: 35px
}

.index-about2 .leftbox .pic {
	float: left;
	border: solid 3px #fff;
	outline: solid 1px #cfcece;
	box-shadow: 0 0 8px #bbb
}

.index-about2 .leftbox .txtbox {
	color: #333;
	float: right;
	width: 448px;
	padding-top: 10px;
	font-size: 16px;
	line-height: 28px
}

.index-about2 .leftbox .txtbox p {
	text-indent: 2em
}

.index-about2 .leftbox .txtbox .more {
	padding-top: 20px;
	font-size: 14px;
	float: right;
	color: #0c5ac4
}

.index-about2 .leftbox .txtbox .more:hover {
	text-decoration: underline
}

.index-about2 .rightbox {
	width: 310px;
	float: right;
	margin-top: 35px;
	box-shadow: 3px 3px 4px #b8b8b8
}

.index-about2 .rightbox span {
	display: block;
	width: 308px;
	height: 229px;
	position: relative
}

.index-about2 .rightbox .slick-prev,.index-about2 .rightbox .slick-next {
	width: 10px;
	height: 10px;
	margin-top: 0;
	top: auto;
	bottom: -30px;
	border-color: #2a66c6
}

.index-about2 .rightbox .slick-prev {
	left: 125px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.index-about2 .rightbox .slick-next {
	right: 125px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.index-about2 .box-2 {
	padding-top: 50px
}

.index-about2 .box-2 .scroll {
	padding: 0 19px;
	padding-top: 17px
}

.index-about .box-2 .scroll .item {
	width: 121px;
	height: 75px;
	background: #fff;
	float: left;
	border: solid 1px #d5d5d5;
	margin: 13px 12px 0 12px
}

.index-about2 .box-2 .scroll .item span {
	position: relative;
	display: block;
	width: 119px;
	height: 73px
}

.index-about2 .box-2 .scroll .item:hover {
	border-color: #0c5ac4
}

.index-about2 .box-2 .scroll .slick-prev,.index-about2 .box-2 .scroll .slick-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-width: 1px;
	border-color: #999
}

.index-about2 .box-2 .scroll .slick-prev {
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.index-about2 .box-2 .scroll .slick-next {
	right: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}




.index-news {
	padding-top: 45px
}

.index-news .title {
	text-align: center
}

.index-news .title .en {
	font-size: 42px;
	color: #0c5ac4;
	line-height: 42px;
	vertical-align: top;
	font-family: "Alibaba Sans";
	text-transform: uppercase
}

.index-news .title img {
	vertical-align: top;
	margin-right: 5px;
	margin-top: 5px
}

.index-news .title .cn {
	color: #333;
	font-size: 20px;
	margin-top: 3px
}

.index-news .title .cn i {
	color: #d8d8d8;
	font-size: 12px;
	font-style: normal;
	margin: 0 30px;
	display: inline-block
}

.index-news .list {
	padding: 20px 0 25px 0
}

.index-news .list li {
	float: left;
	width: 375px;
	margin-left: 37px
}

.index-news .list li .pic {
	width: 375px;
	height: 233px;
	overflow: hidden;
	position: relative
}

.index-news .list li .pic img {
	-webkit-transition: all 700ms ease-in;
	transition: all 700ms ease-in
}

.index-news .list li .txtbox {
	margin-top: 20px
}

.index-news .list li .time {
	float: left;
	width: 86px;
	color: #999;
	padding-left: 10px;
	font-family: arial
}

.index-news .list li .time span {
	display: block;
	line-height: 16px
}

.index-news .list li .time span:first-child {
	font-size: 48px;
	line-height: 44px
}

.index-news .list li .item {
	float: left;
	width: 285px
}

.index-news .list li .tit {
	font-size: 18px;
	color: #0c5ac4;
	height: 24px;
	overflow: hidden
}

.index-news .list li .txt {
	line-height: 18px;
	height: 36px;
	color: #999;
	overflow: hidden;
	margin-top: 5px
}

.index-news .list li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-news .list li:hover .time {
	color: #0c5ac4
}

.index-news .list li:first-child {
	margin-left: 0
}

.index-news .list-diqu {
	width: 100%;
	float: left;
    margin-bottom:20px;
}

.index-news .list-diqu li {
	height: 41px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	padding-right: 140px;
	-webkit-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	border-top: dotted 1px #c6d2dd
}

.index-news .list-diqu li a {
	display: block;
	font-size: 16px;
	color: #333
}

.index-news .list-diqu li span {
	right: 0;
	top: 0;
	font-size: 14px;
	font-family: arial;
	position: absolute
}

.index-news .list-diqu li img {
	margin-right: 15px;
	vertical-align: top;
	margin-top: 14px
}

.index-news .list-diqu li:hover {
	padding-left: 15px;
	background: #f8f8f8
}

.index-news .list-diqu li:first-child {
	border-top: 0
}

.index-news .list-diqu .title-two {
	margin-bottom: 25px;
	position: relative
}

.index-news .list-diqu .title-two span {
	color: #fff;
	height: 34px;
	padding: 0 30px;
	display: inline-block;
	line-height: 34px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	background: #0c5ac4
}

.index-news .list-diqu .title-two a {
	float: right;
	font-size: 14px;
	color: #0c5ac4;
	font-family: arial;
	margin-top: -5px;
	padding: 0 10px 0 0
}

.index-news .list-diqu .title-two:before {
	content: "";
	width: 100%;
	height: 1px;
	bottom: 15px;
	left: 0;
	position: absolute;
    z-index:-1;
	background: #0c5ac4
}



.index-news .list-2 {
	width: 52%;
	float: left
}



.index-news .list-2 li {
	height: 41px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	padding-right: 140px;
	-webkit-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	border-top: dotted 1px #c6d2dd
}

.index-news .list-2 li a {
	display: block;
	font-size: 16px;
	color: #333
}

.index-news .list-2 li span {
	right: 0;
	top: 0;
	font-size: 14px;
	font-family: arial;
	position: absolute
}

.index-news .list-2 li img {
	margin-right: 15px;
	vertical-align: top;
	margin-top: 14px
}

.index-news .list-2 li:hover {
	padding-left: 15px;
	background: #f8f8f8
}

.index-news .list-2 li:first-child {
	border-top: 0
}

.index-news .list-2 .title-two {
	margin-bottom: 25px;
	position: relative
}

.index-news .list-2 .title-two span {
	color: #fff;
	height: 34px;
	padding: 0 30px;
	display: inline-block;
	line-height: 34px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	background: #0c5ac4
}

.index-news .list-2 .title-two a {
	float: right;
	font-size: 14px;
	color: #0c5ac4;
	font-family: arial;
	margin-top: -5px;
	padding: 0 10px 0 0
}

.index-news .list-2 .title-two:before {
	content: "";
	width: 100%;
	height: 1px;
	bottom: 15px;
	left: 0;
	position: absolute;
    z-index:-1;
	background: #0c5ac4
}

.index-news .list-3 {
	width: 42.5%;
	float: right;
	padding-left: 65px;
	position: relative;
	height: 338px;
	background: url(../images/news-bg_1.jpg) no-repeat top center
}

.index-news .list-3 .title-three {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	padding-top: 12px;
	margin-left: -20px;
	margin-bottom: 15px
}

.index-news .list-3 .title-three a {
	float: right;
	display: inline-block
}

.index-news .list-3 dl {
	position: relative
}

.index-news .list-3 dt {
	width: 445px;
	height: 227px;
	position: relative
}

.index-news .list-3 dd {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	overflow: hidden;
	background: #000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: rgba(0,0,0,0.5)
}

.index-news .list-3 dd span {
	width: 170px;
	margin: 0 auto;
	display: inline-block
}

.index-news .list-3 .slick-prev,.index-news .list-3 .slick-next {
	width: 11px;
	height: 11px;
	top: auto;
	margin-top: 0;
	bottom: 14px;
	border-width: 2px;
	border-color: #f6f6f6
}

.index-news .list-3 .slick-prev {
	left: 100px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.index-news .list-3 .slick-next {
	right: 100px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.index-liuchen {
	background: #eff4f9;
	padding-bottom: 40px;
	background: -webkit-linear-gradient(top, #eff4f9, #fff);
	background: linear-gradient(top, #eff4f9, #fff)
}

.index-tag {
	padding: 15px 0;
	font-size: 15px;
	border-top: solid 1px #e6ebed;
}
.index-tag .container {
	height:25px;overflow:hidden;
}
.index-tag a {
	padding: 0 5px;
	display: inline-block
}

.index-tag img {
	margin-right: 11px
}

.inside-banner {
	height: 400px;
	overflow: hidden;
	margin-top: 120px;
	position: relative
}

.inside-banner .pic {
	top: 0;
	width: 1920px;
	height: 400px;
	left: 50%;
	margin-left: -960px;
	position: absolute
}

.inside-banner .container {
	position: relative
}

.inside-banner .inside-message {
	top: 30px;
	left: 0;
	width: 245px;
	z-index: 99;
	height: 340px;
	padding: 0 14px;
	padding-top: 15px;
	border-radius: 10px;
	background: #196bc8;
	background: rgba(25,107,200,0.7);
	position: absolute
}

.inside-banner .inside-message .title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center
}

.inside-banner .inside-message .title img {
	margin: 0 10px
}

.inside-banner .inside-message .btn {
	display: block;
	height: 40px;
	color: #fff;
	margin-top: 8px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	background: #33b1f5;
	background: -webkit-linear-gradient(top, #33b1f5, #0771c9);
	background: linear-gradient(top, #33b1f5, #0771c9)
}

.inside-banner .inside-message .select-bd {
	margin-top: -2px
}

.inside-banner .inside-message .select-bd li {
	margin-top: 5px;
	position: relative
}

.inside-banner .inside-message .select-bd li input,.inside-banner .inside-message .select-bd li select {
	height: 40px;
	width: 216px;
	padding: 10px;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	padding-left: 35px;
	background: #d0ddeb;
	border: solid 1px #b2bfcd
}

.inside-banner .inside-message .select-bd li select {
	color: #999;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../images/inside-mess-9_1.png) no-repeat center right #d0ddeb
}

.inside-banner .inside-message .select-bd li label {
	top: 7px;
	left: 10px;
	position: absolute
}

.inside-banner .inside-message .select-menu {
	margin: 0 -2px;
	margin-top: 10px
}

.inside-banner .inside-message .select-menu li {
	width: 106px;
	height: 40px;
	float: left;
	margin: 2px;
	line-height: 38px;
	text-align: center;
	background: #d1deed;
	border: solid 1px #b3bfce
}

.inside-banner .inside-message .select-menu li span {
	width: 22px;
	height: 22px;
	margin-top: 8px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block
}

.inside-banner .inside-message .select-menu li .ico {
	background: url(../images/inside-mess-3_1.png) no-repeat
}

.inside-banner .inside-message .select-menu li .ico2 {
	background: url(../images/inside-mess-4_1.png) no-repeat
}

.inside-banner .inside-message .select-menu li .ico3 {
	background: url(../images/inside-mess-5_1.png) no-repeat
}

.inside-banner .inside-message .select-menu li .ico4 {
	background: url(../images/inside-mess-6_1.png) no-repeat
}

.inside-banner .inside-message .select-menu li:hover {
	background: #d1ddec;
	border: solid 1px #619fe3;
	outline: solid 1px #619fe3;
    
}

.inside-banner .inside-message .select-menu li.cur {
	background: #d1ddec;
	border: solid 1px #619fe3;
	outline: solid 1px #619fe3;
}

.inside-banner .inside-message .select-menu li.cur a{
    color: #0c5ac4;
}

.inside-banner .inside-message .select-menu li:hover .ico {
	background: url(../images/inside-mess-3-h_1.png) no-repeat
}

.inside-banner .inside-message .select-menu li.cur .ico {
	background: url(../images/inside-mess-3-h_1.png) no-repeat
}

.inside-banner .inside-message .select-menu li:hover .ico2 {
	background: url(../images/inside-mess-4-h_1.png) no-repeat
}

.inside-banner .inside-message .select-menu li.cur .ico2 {
	background: url(../images/inside-mess-4-h_1.png) no-repeat
}

.inside-banner .inside-message .select-menu li:hover .ico3 {
	background: url(../images/inside-mess-5-h_1.png) no-repeat
}

.inside-banner .inside-message .select-menu li.cur .ico3 {
	background: url(../images/inside-mess-5-h_1.png) no-repeat
}

.inside-banner .inside-message .select-menu li:hover .ico4 {
	background: url(../images/inside-mess-6-h_1.png) no-repeat
}

.inside-banner .inside-message .select-menu li.cur .ico4 {
	background: url(../images/inside-mess-6-h_1.png) no-repeat
}

.inside-current {
	height: 41px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: solid 1px #e7e7e7
}

.inside-current span {
	color: #0c5ac4
}

.inside-warp {
	margin-top: 40px;
	padding-bottom: 40px
}

.inside-warp .leftbox {
	width: 245px;
	float: left
}

.inside-warp .rightbox {
	width: 885px;
	float: right;
	overflow: hidden
}

.inside-warp .menubox .title {
	width: 245px;
	height: 88px;
	color: #fff;
	font-size: 28px;
	padding-left: 60px;
	line-height: 70px;
	background: url(../images/menut-title_1.jpg) no-repeat top center
}

.inside-warp .menubox .menu {
	min-height: 66px;
	padding-left: 25px;
	background: url(../images/menu-mid_1.jpg) repeat top center
}

.inside-warp .menubox .menu li {
	width: 195px;
	padding-top: 10px
}

.inside-warp .menubox .menu li a {
	color: #fff;
	display: block;
	padding-left: 20px;
	padding-right: 30px;
	height: 37px;
	font-size: 16px;
	line-height: 34px;
	overflow: hidden;
	position: relative;
	background: url(../images/menu-bg-hover_1.png) no-repeat top center
}

.inside-warp .menubox .menu li a:before {
	content: "";
	width: 4px;
	height: 4px;
	top: 50%;
	left: 10px;
	margin-top: -2px;
	background: #fff;
	border-radius: 100%;
	position: absolute
}

.inside-warp .menubox .menu li a:hover {
	background: url(../images/menu-bg_1.png) no-repeat top center
}

.inside-warp .menubox .menu .cur a {
	background: url(../images/menu-bg_1.png) no-repeat top center
}

.inside-warp .menubox .bot {
	height: 16px;
	background: url(../images/menu-bot_1.jpg) no-repeat top center
}

.inside-warp .menubox-news .title {
	height: 81px;
	background: url(../images/inside-news-title_1.jpg) no-repeat top center
}

.inside-warp .menubox-news .menu {
	min-height: 184px;
	padding-top: 10px;
	background: url(../images/inside-news-mid_1.jpg) repeat top center
}

.inside-warp .menubox-news .bot {
	height: 15px;
	background: url(../images/inside-news-bot_1.jpg) no-repeat top center
}

.inside-warp .case-menu {
	height: 49px;
	padding-top: 11px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #0c5ac4;
	background: -webkit-linear-gradient(#005abe, #0153b5);
	background: linear-gradient(#005abe, #0153b5)
}

.inside-warp .case-menu li {
	float: left;
	width: 110px;
	height: 38px;
	margin-left: 3px;
	line-height: 38px;
	text-align: center;
	font-size: 20px;
	position: relative
}

.inside-warp .case-menu li a {
	color: #fff;
	display: block;
	z-index: 3;
	padding-left: 15px;
	position: relative
}

.inside-warp .case-menu li:before {
	content: "";
	width: 126px;
	height: 38px;
	top: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	background: url(../images/inside-case-hover_1.png) no-repeat top center
}

.inside-warp .case-menu .cur:before {
	opacity: 1
}

.inside-warp .case-tabbox {
	min-height: 178px;
	padding-top: 5px;
	background: url(../images/inside-case-mid_1.jpg) no-repeat bottom center #186ac7
}

.inside-warp .case-tabbox .case-tab {
	display: none
}

.inside-warp .case-tabbox .menu {
	background: none;
	padding-left: 16px
}

.inside-warp .case-tabbox .menu li {
	width: 213px;
	padding-top: 4px
}

.inside-warp .case-tabbox .menu li a {
	height: 43px;
	line-height: 40px;
	background: none;
	padding-left: 15px;
	padding-right: 0;
	border-bottom: dashed 1px #2578c2
}

.inside-warp .case-tabbox .menu li a:before {
	display: none
}

.inside-warp .case-tabbox .menu li a img {
	opacity: .5;
	margin-top: 8px;
	vertical-align: top;
    max-height:24px;
	margin-right: 15px
}

.inside-warp .case-tabbox .menu li a:hover,.inside-warp .case-tabbox .menu .cur a {
	background: url(../images/case-menu-hover_1.png) no-repeat top center
}

.inside-warp .case-tabbox .menu li a:hover img,.inside-warp .case-tabbox .menu .cur a img {
	opacity: 1
}

.inside-warp .menu-lamps {
	border-radius: 5px;
	background: url(../images/lamps-mid_1.png) no-repeat bottom center #064cac
}

.inside-warp .menu-lamps .menu {
	padding-top: 10px;
	background: none;
	padding-bottom: 20px;
	padding-left: 22px
}

.inside-warp .menu-lamps .menu li {
	width: 195px;
	padding-top: 0
}

.inside-warp .menu-lamps .menu li a {
	height: 50px;
	line-height: 50px;
	background: none;
	padding-left: 29px;
	padding-right: 0;
	border-bottom: dashed 1px #2578c2
}

.inside-warp .menu-lamps .menu li a:before {
	left: 18px
}

.inside-warp .menu-lamps .menu li a:hover,.inside-warp .menu-lamps .menu .cur a {
	border-bottom: 0;
	background: url(../images/lamps-menu-hover_1.png) no-repeat top center
}

.inside-warp .menu-contact .menu {
	padding-bottom: 20px;
	min-height: auto
}

.inside-warp .hotnews {
	margin-top: 20px
}

.inside-warp .hotnews .title {
	height: 43px;
	color: #fff;
	line-height: 32px;
	padding-left: 45px;
	font-size: 20px;
	background: url(../images/leftbox-1_1.jpg) no-repeat top center
}

.inside-warp .hotnews .title-2 {
	background: url(../images/leftbox-case_1.jpg) no-repeat top center
}

.inside-warp .hotnews .title-3 {
	background: url(../images/lamps-title-2_1.jpg) no-repeat top center
}

.inside-warp .hotnews ul {
	padding: 0 7px;
	border-left: solid 3px #afd4fe;
	border-right: solid 3px #afd4fe;
	background: url(../images/leftbox-3_1.jpg) center bottom repeat-x
}

.inside-warp .hotnews ul li .pic {
	width: 225px;
	height: 139px;
	overflow: hidden;
	position: relative
}

.inside-warp .hotnews ul li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-warp .hotnews ul li .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-warp .hotnews ul li .tit {
	margin: 10px 0 3px 0;
	font-size: 16px;
	height: 24px;
	overflow: hidden
}

.inside-warp .hotnews ul li .tit a {
	display: block;
	color: #0c5ac4
}

.inside-warp .hotnews ul li .tit a:hover {
	text-decoration: underline
}

.inside-warp .hotnews ul li .txt {
	height: 48px;
	overflow: hidden
}

.inside-warp .hotnews ul li .list {
	padding-bottom: 10px;
	padding-top: 10px
}

.inside-warp .hotnews ul li .list a {
	color: #333;
	display: block;
	height: 24px;
	overflow: hidden
}

.inside-warp .hotnews ul li .list a:hover {
	color: #0c5ac4
}

.inside-warp .hotnews .bot {
	height: 12px;
	background: url(../images/leftbox-4_1.jpg) no-repeat top center
}

.inside-warp .contact {
	margin-top: 15px;
	position: relative
}

.inside-warp .contact .title {
	height: 44px;
	color: #fff;
	font-size: 20px;
	padding-left: 60px;
	line-height: 44px;
	position: absolute;
	left: 0;
	top: 0;
	width: 256px;
	background: url(../images/leftbox-5_1.png) no-repeat top center
}

.inside-warp .contact .box {
	padding-top: 50px
}

.inside-warp .contact .content {
	min-height: 300px;
	position: relative;
	padding: 0 25px;
	padding-bottom: 130px;
	box-shadow: 3px 3px 10px #f0f0f0;
	background: url(../images/leftbox-7_1.png) repeat-y top center
}

.inside-warp .contact .content .ren {
	bottom: 0;
	left: 2px;
	position: absolute
}

.inside-warp .contact .content .tt {
	padding-top: 10px;
	position: relative;
	padding-left: 30px
}

.inside-warp .contact .content .tt img {
	top: 13px;
	left: 0;
	position: absolute
}

.inside-warp .contact .top {
	height: 11px;
	background: url(../images/leftbox-6_1.png) no-repeat top center
}

.inside-warp .contact .bot {
	height: 18px;
	background: url(../images/leftbox-9_1.png) no-repeat top center
}


@media (max-width:1600px) {
	.inside-warp .contact .content .tt{
		padding-top:3px;
	}
	.inside-warp .contact .content{
		min-height:auto;
		padding-bottom:80px;
	}
	.inside-warp .contact .content .ren img{max-height:80px;}
	.inside-warp .contact .content .tt img {
	    top: 7px;
	    left: 0;
	    position: absolute;
	}
}



@media (max-width:1400px) {
	.inside-warp .contact .content .tt{
		padding-top:0px;
		font-size:14px;
		padding-left:20px;
		line-height:20px;
	}
	.inside-warp .contact .content{
		min-height:auto;
	}
	.inside-warp .contact .content .tt img {
	    top: 4px;
	    left: 0;
	    max-height:15px;
	    position: absolute;
	}
}


.inside-title {
	height: 41px;
	line-height: 41px;
	padding-left: 60px;
	font-size: 18px;
	color: #1a6dca;
	overflow: hidden;
	background: url(../images/inside-title_1.png) no-repeat top center
}

.inside-about {
	color: #333;
	font-size: 16px;
	line-height: 30px
}

.inside-about .txt-in {
	text-indent: 2em
}

.inside-about .font18 {
	font-weight: bold;
	color: #307bcc;
	font-size: 18px;
	margin-bottom: 5px
}

.inside-news-tag {
	min-height: 500px
}

.inside-news-tag .title {
	height: 44px;
	line-height: 34px;
	color: #fff;
	font-size: 18px;
	padding-left: 45px;
	background: url(../images/news-tag_1.jpg) no-repeat top center
}

.inside-news-tag .cot {
	color: #e6e6e6;
	font-size: 15px;
	padding-top: 30px
}

.inside-news-tag .cot a {
	padding: 0 15px;
	line-height: 40px;
	display: inline-block
}

.inside-news ul {
	margin: 0 -25px
}

.inside-news li {
	margin: 0 25px;
	margin-top: 20px;
	float: left;
	width: 417px;
	padding: 20px;
	height: 368px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	border: solid 1px #e7e7e7
}

.inside-news li .pic {
	width: 375px;
	height: 233px;
	overflow: hidden;
	position: relative
}

.inside-news li .pic img {
	-webkit-transition: all 700ms ease-in;
	transition: all 700ms ease-in
}

.inside-news li .txtbox {
	margin-top: 20px
}

.inside-news li .time {
	float: left;
	width: 86px;
	color: #999;
	padding-left: 10px;
	font-family: arial
}

.inside-news li .time span {
	display: block;
	line-height: 16px
}

.inside-news li .time span:first-child {
	font-size: 48px;
	line-height: 44px
}

.inside-news li .item {
	float: left;
	width: 285px
}

.inside-news li .tit {
	font-size: 18px;
	color: #0c5ac4;
	height: 24px;
	overflow: hidden
}

.inside-news li .txt {
	line-height: 18px;
	height: 36px;
	color: #999;
	overflow: hidden;
	margin-top: 5px
}

.inside-news li:hover {
	background: #0c5ac4;
	border-color: #0c5ac4
}

.inside-news li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-news li:hover .time,.inside-news li:hover .txtbox,.inside-news li:hover .tit,.inside-news li:hover .txt {
	color: #fff
}

.inside-page {
	height: 80px;
	margin-top: 24px;
	border-radius: 3px;
	text-align: center;
	position: relative;
	padding-top: 20px;
	border: solid 1px #ebebeb;
	box-shadow: 0 0 10px #eee
}

.inside-page a {
	height: 37px;
	padding: 0 13px;
	line-height: 35px;
	font-family: arial;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	margin: 0 4px;
	font-size: 16px;
	color: #333;
	vertical-align: top;
	border: solid 1px #e4e4e4
}

.inside-page span {
	height: 37px;
	padding: 0 13px;
	line-height: 35px;
	font-family: arial;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	margin: 0 4px;
	font-size: 16px;
	color: #fff;
	vertical-align: top;
	border: solid 1px #0c5ac4;
    background: #0c5ac4
}

.inside-page a:hover,.inside-page .cpb {
	color: #fff;
	border-color: #0c5ac4;
	background: #0c5ac4
}

.inside-page a.first {
	top: 20px;
	left: 20px;
	padding-left: 27px;
	position: absolute
}

.inside-page a.first:before {
	width: 6px;
	height: 6px;
	left: 13px;
	top: 50%;
	margin-top: -4px;
	content: "";
	position: absolute;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: solid 2px #a6a6a6;
	border-left: solid 2px #a6a6a6
}

.inside-page a.first:hover:before {
	border-color: #fff
}

.inside-page a.last {
	right: 20px;
	top: 20px;
	padding-right: 27px;
	position: absolute
}

.inside-page a.last:before {
	width: 6px;
	height: 6px;
	right: 13px;
	top: 50%;
	margin-top: -4px;
	content: "";
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	position: absolute;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: solid 2px #a6a6a6;
	border-left: solid 2px #a6a6a6
}

.inside-page a.last:hover:before {
	border-color: #fff
}

.inside-news-show h1 {
	font-size: 30px;
	line-height: 30px;
	color: #0c5ac4;
	text-align: center;
	font-weight: normal
}

.inside-news-show .info {
	color: #999;
	height: 43px;
	font-size: 13px;
	margin-top: 30px;
	line-height: 40px;
	background: #efefef;
	text-align: center
}

.inside-news-show .info span {
	padding: 0 40px;
	display: inline-block
}

.inside-news-show .content {
	color: #333;
	font-size: 16px;
	padding-top: 30px;
	line-height: 28px
}

.inside-news-show .txt-in {
	text-indent: 2em
}

.inside-news-show .lh-title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center
}

.inside-news-show .lh-title p:first-child {
	font-size: 30px
}

.inside-news-show .lh-title span {
	font-size: 16px;
	color: #cbcbcb;
	letter-spacing: 0
}

.inside-news-show .tag {
	padding: 10px;
	font-size: 15px;
	margin-top: 60px;
	border-top: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7
}

.inside-news-show .tag a {
	padding: 0 10px;
	display: inline-block
}

.inside-news-show .tag a:first-child {
	padding-left: 0
}

.inside-news-show .sharebox {
	height: 48px;
	margin-top: 10px;
	background: #f0f0f0;
	line-height: 48px;
	font-size: 15px;
	padding-left: 10px
}

.inside-news-show .sharebox a {
	margin: 0 5px;
    height: 48px;
	line-height: 48px;
    width:32px;
    padding:0;
	display: inline-block
}

.inside-news-show .list-news {
	margin-top: 60px
}

.inside-news-show .list-news .tit {
	height: 54px;
	line-height: 34px;
	padding-left: 30px;
	font-size: 20px;
	color: #fff;
	background: url(../images/news-show-3_1.png) no-repeat top center
}

.inside-news-show .list-news ul {
	padding-top: 15px
}

.inside-news-show .list-news li {
	padding-right: 100px;
	position: relative;
	height: 38px;
	line-height: 37px;
	overflow: hidden;
	padding-left: 20px;
	border-bottom: dashed 1px #d0dae3
}

.inside-news-show .list-news li:before {
	content: "";
	width: 4px;
	height: 4px;
	top: 50%;
	left: 10px;
	background: #333;
	margin-top: -2px;
	position: absolute;
	border-radius: 100%
}

.inside-news-show .list-news li a {
	font-size: 16px;
	display: block;
	color: #333
}

.inside-news-show .list-news li span {
	right: 0;
	top: 0;
	font-size: 14px;
	color: #8a8a8a;
	font-family: arial;
	position: absolute
}

.inside-news-show .list-news li:hover a {
	color: #0c5ac4
}

.inside-news-show .list-case {
	margin-top: 50px
}

.inside-news-show .list-case .tit {
	height: 43px;
	line-height: 43px;
	padding-left: 30px;
	font-size: 20px;
	color: #fff;
	background: url(../images/news-show-4_1.png) no-repeat top center
}

.inside-news-show .list-case .scroll {
	margin: 0 40px;
	margin-top: 30px
}

.inside-news-show .list-case .item {
	width: 259px;
	height: 163px;
	margin: 0 7px;
	position: relative;
	box-shadow: 0 0 5px #ccc;
	border: solid 3px #e4cf88
}

.inside-news-show .list-case .item .pic {
	width: 253px;
	height: 157px;
	overflow: hidden;
	position: relative
}

.inside-news-show .list-case .item .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-news-show .list-case .item .tit {
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	background: #000;
	font-size: 16px;
	color: #fff;
	height: 40px;
	padding-left: 0;
	line-height: 40px;
	overflow: hidden;
	background: rgba(0,0,0,0.6)
}

.inside-news-show .list-case .item:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-news-show .list-case .slick-prev,.inside-news-show .list-case .slick-next {
	border: 0;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border-radius: 3px
}

.inside-news-show .list-case .slick-prev {
	left: -40px;
	background: url(../images/news-show-5_1.png) no-repeat top center #229be2
}

.inside-news-show .list-case .slick-prev:hover {
	background-color: #005abe
}

.inside-news-show .list-case .slick-next {
	right: -40px;
	background: url(../images/news-show-6_1.png) no-repeat top center #229be2
}

.inside-news-show .list-case .slick-next:hover {
	background-color: #005abe
}

.inside-news-show .listpic {
	margin-top: 50px
}

.inside-news-show .listpic .bigimg {
	float: left;
	width: 689px;
	height: 423px;
	overflow: hidden
}

.inside-news-show .listpic .bigimg span {
	width: 689px;
	height: 423px;
	display: block;
	position: relative
}

.inside-news-show .listpic .smallimg {
	width: 160px;
	float: right;
	padding: 33px 0
}

.inside-news-show .listpic .smallimg span {
	width: 160px;
	height: 98px;
	display: block;
	position: relative;
	margin-top: 15px
}

.inside-news-show .listpic .smallimg span img {
	width: 100%;
	border: solid 1px #fff
}

.inside-news-show .listpic .smallimg .slick-current span {
	border: solid 3px #186bc6
}

.inside-news-show .listpic .slick-prev,.inside-news-show .listpic .slick-next {
	width: 160px;
	height: 30px
}

.inside-news-show .listpic .slick-prev {
	border: 0;
	top: 0;
	left: 0;
	margin-top: auto;
	background: url(../images/case-prev_1.png) no-repeat top center #e7e7e7
}

.inside-news-show .listpic .slick-prev:hover {
	background: url(../images/case-prev-h_1.png) no-repeat top center #c2dfff
}

.inside-news-show .listpic .slick-next {
	border: 0;
	top: auto;
	left: 0;
	bottom: -13px;
	margin-top: auto;
	background: url(../images/case-next_1.png) no-repeat top center #e7e7e7
}

.inside-news-show .listpic .slick-next:hover {
	background: url(../images/case-next-h_1.png) no-repeat top center #c2dfff
}

.inside-case ul {
	margin: 0 -43px
}

.inside-case li {
	float: left;
	width: 399px;
	height: 249px;
	position: relative;
	box-shadow: 0 0 5px #ccc;
	margin: 33px 43px 30px 43px;
	border: solid 3px #e4cf88
}

.inside-case li .pic {
	width: 393px;
	height: 244px;
	overflow: hidden;
	position: relative
}

.inside-case li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-case li .tit {
	color: #fff;
	font-size: 16px;
	height: 100%;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
    width: 393px;
}

.inside-case li .txt {
	height: 48px;
	color: #fff;
	overflow: hidden;
	line-height: 24px
}

.inside-case li .txtbox {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	/*padding: 0 30px;*/
	overflow: hidden;
	position: absolute;
	background: #000;
	text-align: center;
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: rgba(0,0,0,0.6)
}

.inside-case li .tag {
	padding-top: 40px
}

.inside-case li .tag img {
	opacity: .95
}

.inside-case li .tag a {
	padding: 0 10px;
	color: #fff;
	display: inline-block
}

.inside-case li:hover .txtbox {
	height: 100%;
	padding-top: 60px;
	background: #0c5ac4;
	background: rgba(12,90,196,0.6)
}

.inside-case li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-lamps ul {
	margin: 0 -11px
}

.inside-lamps li {
	width: 280px;
	float: left;
	text-align: center;
	margin: 30px 11px 14px 11px
}

.inside-lamps li .pic {
	width: 280px;
	height: 173px;
	overflow: hidden;
	position: relative
}

.inside-lamps li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-lamps li .picbox {
	position: relative
}

.inside-lamps li .pichover {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding-top: 60px;
	position: absolute;
	background: #0c5ac4;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background: rgba(12,90,193,0.75)
}

.inside-lamps li .more {
	color: #fff;
	text-decoration: underline
}

.inside-lamps li .txtbox {
	height: 82px;
	padding: 10px;
	padding-top: 15px;
	background: #eff0f2;
	border-bottom: solid 3px #0c5ac4
}

.inside-lamps li .tit {
	font-size: 16px;
	color: #333;
	height: 24px;
	line-height: 24px;
	overflow: hidden
}

.inside-lamps li .txt {
	color: #666;
	font-size: 14px;
	line-height: 24px;
    height: 24px;
	overflow: hidden
}

.inside-lamps li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-lamps li:hover .pichover {
	opacity: 1
}

.inside-lamps .inside-page {
	margin-top: 33px
}

.inside-message .box {
	font-size: 15px;
	margin-top: 65px;
	min-height: 172px;
	padding-left: 250px;
	background: url(../images/message-1_1.jpg) no-repeat top left
}

.inside-message .box p:first-child {
	font-size: 24px;
	color: #0c5ac4;
	padding: 50px 0 10px 25px;
	font-style: italic
}

.inside-message #message{
	font-size: 22px;
	padding-top: 30px;
	color: #666;
}

.inside-message .box-2 {
	min-height: 630px;
	margin-top: 30px;
	border: solid 3px #afd4fe
}

.inside-message .box-2 li {
	padding: 30px 0;
	font-size: 16px;
	color: #333;
	border-bottom: solid 1px #e8e8e8
}

.inside-message .box-2 li .bd {
	width: 50%;
	float: left;
	padding-left: 25px
}

.inside-message .box-2 li .bd:first-child {
	padding-left: 60px
}

.inside-message .box-2 li label {
	vertical-align: top;
	line-height: 37px
}

.inside-message .box-2 li input,.inside-message .box-2 li textarea {
	width: 280px;
	height: 42px;
	padding: 10px;
	font-size: 16px;
	color: #666;
	font-family: "微软雅黑";
	border: solid 1px #b5b5b5
}

.inside-message .box-2 li input:focus,.inside-message .box-2 li textarea:focus {
	border-color: #0c5ac4
}

.inside-message .box-2 li textarea {
	height: 125px;
	width: 687px;
	resize: none
}

.inside-message .box-2 li i {
	padding-top: 7px;
	vertical-align: top;
	color: #f00;
	display: inline-block;
	font-style: normal
}

.inside-message .btn {
	margin-top: 40px;
	text-align: center
}

.inside-message .btn a {
	width: 196px;
	height: 47px;
	text-align: center;
	line-height: 45px;
	margin: 0 9px;
	font-size: 18px;
	display: inline-block;
	border: solid 1px #bfbfbf
}

.inside-message .btn a:first-child {
	color: #fff;
	border-color: #0c5ac4;
	background: #0c5ac4
}

.inside-contact .box {
	padding: 70px 0 0 50px
}

.inside-contact .box .pic {
	float: left
}

.inside-contact .box .item {
	float: left;
	margin-left: 50px
}

.inside-contact .box .item li {
	color: #333;
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
	padding-left: 85px;
	position: relative
}

.inside-contact .box .item li img {
	top: 0;
	left: 0;
	position: absolute
}

.inside-contact .box .item li .font20 {
	font-size: 20px;
	font-weight: bold
}

.inside-contact .map {
	margin-top: 100px
}

.inside-contact #allmap {
	height: 500px;
	width: 100%;
	overflow: hidden;
	border: solid 5px #5db5f3;
	box-shadow: 0 0 10px #ddd
}

.inside-contact #result {
	width: 100%;
	font-size: 12px
}

.inside-job .content .list {
	margin-top: 30px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	background: #2a8ad9
}

.inside-job .content .list li span {
	font-size: 16px;
	width: 30%;
	float: left;
	display: block;
	text-align: center
}

.inside-job .content .list li span:first-child {
	width: 40%;
	text-align: left;
	padding-left: 25px
}

.inside-job .content .list .last {
	text-align: left;
	padding-left: 30px
}

.inside-job .tit {
	height: 50px;
	line-height: 47px;
	margin-top: 10px;
	background: #f7f6f2;
	position: relative;
	cursor: pointer;
	vertical-align: top;
	border: solid 1px #eae9e4
}

.inside-job .tit i {
	font-size: 30px;
	line-height: 44px;
	font-style: normal;
	padding-right: 5px;
	display: inline-block;
	vertical-align: top
}

.inside-job .tit span {
	color: #333;
	font-size: 16px;
	width: 29%;
	vertical-align: top;
	display: inline-block;
	text-align: center
}

.inside-job .tit span:first-child {
	width: 40%;
	height: 50px;
	line-height: 47px;
	overflow: hidden;
	text-align: left;
	padding-left: 25px
}

.inside-job .tit:before {
	top: -1px;
	right: 0;
	content: "";
	width: 44px;
	height: 47px;
	position: absolute;
	background: url(../images/jia_1.jpg) no-repeat top center
}

.inside-job .tit .last {
	text-align: left;
	padding-left: 30px
}

.inside-job .active {
	border-bottom: solid 3px #2a8ad9
}

.inside-job .active:before {
	top: -1px;
	right: -1px;
	background: url(../images/jian_1.jpg) no-repeat top center
}

.inside-job .txt {
	padding: 0 30px;
	display: none;
	margin-bottom: 30px;
	padding-bottom: 40px;
	background: #f8f7f4
}

.inside-job .txt li {
	height: 35px;
	line-height: 35px;
	border-bottom: solid 1px #eae9e4
}

.inside-job .txt li span {
	display: block;
	float: left;
	width: 25%;
	padding-right: 20px
}

.inside-job .miaoshu {
	margin: 30px 0 20px 0
}

.inside-job .miaoshu span {
	height: 30px;
	color: #fff;
	vertical-align: top;
	padding-left: 10px;
	line-height: 28px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: url(../images/job-bg_1.jpg) repeat-x top center;
	display: inline-block;
	min-width: 80px
}

.inside-job .miaoshu span img {
	vertical-align: top
}

.inside-job .jieshao {
	line-height: 30px
}

.inside-job .youjian {
	height: 121px;
	color: #333;
	padding-top: 25px;
	padding-left: 120px;
	font-size: 18px;
	line-height: 32px;
	margin-top: 35px;
	background: url(../images/job-bg-2_1.jpg) no-repeat top center
}

.inside-job .youjian a {
	color: #333
}

.inside-job .youjian a:hover {
	color: #0c5ac4
}

.inside-culture .box-1 {
	padding-top: 50px
}

.inside-culture .box-1 li {
	float: left;
	width: 33.333%;
	padding: 0 30px;
	min-height: 190px;
	padding-bottom: 10px;
	text-align: center
}

.inside-culture .box-1 li .item {
	width: 120px;
	height: 120px;
	color: #fff;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/qiye-bg_1.png) no-repeat top center
}

.inside-culture .box-1 li .item span {
	display: block
}

.inside-culture .box-1 li .item .tit {
	font-size: 18px;
	font-weight: bold
}

.inside-culture .box-1 li .txt {
	color: #333
}

.inside-culture .box-2 {
	margin-top: 100px;
	position: relative
}

.inside-culture .box-2 li {
	width: 50%;
	float: left;
	margin-top: 5px;
	padding-left: 25px;
	min-height: 80px;
	border-radius: 5px;
	font-size: 16px;
	color: #333;
	border: dotted 1px #b8b8b8
}

.inside-culture .box-2 li p:first-child {
	font-size: 20px;
	color: #2979d4;
	padding-top: 15px
}

.inside-culture .box-2 .pic {
	top: -32px;
	left: 50%;
	margin-left: -70px;
	position: absolute
}

.inside-culture .box-3 {
	margin-top: 122px
}

.inside-culture .box-3 li {
	width: 426px;
	float: right;
	min-height: 157px;
	position: relative;
	border-radius: 5px;
	padding: 30px 15px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding-left: 100px;
	border: solid 2px #69a7eb
}

.inside-culture .box-3 li .pic {
	top: 30px;
	left: 15px;
	position: absolute
}

.inside-culture .box-3 li .font24 {
	color: #0c5ac4;
	font-weight: bold
}

.inside-culture .box-3 li:first-child {
	float: left
}

.inside-honor .htitle {
	color: #333;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	padding-top: 50px
}

.inside-honor .bigbox {
	height: 768px;
	margin-top: 10px;
	padding-top: 50px;
	background: url(../images/honor-bg_1.jpg) no-repeat top center
}

.inside-honor .bigimg {
	width: 388px;
	height: 547px;
	margin: 0 auto
}

.inside-honor .bigimg span {
	display: block;
	width: 388px;
	height: 547px;
	position: relative
}

.inside-honor .bigimg .slick-prev,.inside-honor .bigimg .slick-next {
	width: 52px;
	height: 52px;
	border: 0;
	margin-top: -26px;
	border-radius: 100%
}

.inside-honor .bigimg .slick-prev {
	left: -130px;
	background: url(../images/h-prev_1.png) no-repeat top center #eee
}

.inside-honor .bigimg .slick-prev:hover {
	background: url(../images/h-prev-h_1.png) no-repeat top center #0c5ac4
}

.inside-honor .bigimg .slick-next {
	right: -130px;
	background: url(../images/h-next_1.png) no-repeat top center #eee
}

.inside-honor .bigimg .slick-next:hover {
	background: url(../images/h-next-h_1.png) no-repeat top center #0c5ac4
}

.inside-honor .smallimg {
	height: 186px;
	padding: 0 80px;
	padding-top: 22px;
	background: #f5f5f5
}

.inside-honor .smallimg span {
	display: block;
	margin: 0 11px;
	width: 102px;
	height: 143px;
	position: relative;
	border: solid 1px #f5f5f5
}

.inside-honor .smallimg .slick-prev,.inside-honor .smallimg .slick-next {
	width: 18px;
	height: 141px;
	border: 0;
	top: 22px;
	border-radius: 0;
	margin-top: auto
}

.inside-honor .smallimg .slick-prev {
	left: 55px;
	background: url(../images/h-prev-1_1.png) no-repeat top center
}

.inside-honor .smallimg .slick-prev:hover {
	background: url(../images/h-prev-1-h_1.jpg) no-repeat top center
}

.inside-honor .smallimg .slick-next {
	right: 55px;
	background: url(../images/h-next-1_1.png) no-repeat top center
}

.inside-honor .smallimg .slick-next:hover {
	background: url(../images/h-next-1-h_1.jpg) no-repeat top center
}

.inside-honor .smallimg .slick-current span {
	border: solid 1px #0c5ac4
}

.inside-honor .smallimg .slick-current span img {
	padding: 2px
}

.inside-lampsTab .boximg {
	width: 581px;
	float: left
}

.inside-lampsTab .bigimg {
	height: 359px;
	overflow: hidden
}

.inside-lampsTab .bigimg span {
	width: 581px;
	height: 359px;
	display: block;
	position: relative
}

.inside-lampsTab .smallimg {
	margin-top: 12px;
	padding: 0 28px;
	height: 79px;
	overflow: hidden
}

.inside-lampsTab .smallimg span {
	width: 128px;
	height: 79px;
	margin: 0 2px;
	display: block;
	position: relative
}

.inside-lampsTab .smallimg .slick-prev,.inside-lampsTab .smallimg .slick-next {
	border: 0;
	width: 18px;
	height: 79px;
	top: auto;
	margin-top: auto
}

.inside-lampsTab .smallimg .slick-prev {
	left: 0;
	background: url(../images/l-prev_1.jpg) no-repeat top center
}

.inside-lampsTab .smallimg .slick-next {
	right: 0;
	top: 0;
	background: url(../images/l-next_1.jpg) no-repeat top center
}

.inside-lampsTab .smallimg .slick-current img {
	border: solid 2px #0c5ac4
}

.inside-lampsTab .boxtxt {
	width: 284px;
	float: right;
	height: 450px;
	padding: 15px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	background: #efefef
}

.inside-lampsTab .boxtxt h1 {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	padding: 30px 0 20px 0
}

.inside-lampsTab .boxtxt h2 {
	text-align: center;
	height: 44px;
	font-size: 18px;
	line-height: 44px;
	font-weight: normal;
	margin-bottom: 10px;
	background: url(../images/l-bg_1.png) no-repeat top center
}

.inside-lampsTab .boxtxt .item {
	padding-left: 50px
}

.ltab {
	margin-top: 70px;
	border-bottom: solid 1px #d1d1d1
}

.ltab li {
	float: left;
	width: 122px;
	height: 35px;
	color: #333;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	margin-left: -10px;
	cursor: pointer;
	background: url(../images/l-menu_1.png) no-repeat top center
}

.ltab li:first-child {
	margin-left: 0
}

.ltab .active {
	color: #fff;
	z-index: 3;
	position: relative;
	background: url(../images/l-menu-h_1.png) no-repeat top center
}

.lmcontent {
	color: #333;
	font-size: 16px;
	min-height: 200px;
	line-height: 30px;
	padding-top: 40px;
	display: none
}

.lmcontent .txt-in {
	text-indent: 2em
}

.list-case .scroll-1 {
	padding: 0 32px 0 43px;
	margin-top: 20px
}

.list-case .scroll-1 .item1 {
	width: 260px;
	position: relative
}

.list-case .scroll-1 .pic {
	width: 260px;
	height: 161px;
	overflow: hidden;
	position: relative
}

.list-case .scroll-1 .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.list-case .scroll-1 .picbox {
	position: relative
}

.list-case .scroll-1 .pichover {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	padding-top: 60px;
	position: absolute;
	background: #0c5ac4;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background: rgba(12,90,193,0.75)
}

.list-case .scroll-1 .pichover img {
	display: inline-block
}

.list-case .scroll-1 .more {
	color: #fff;
	text-decoration: underline
}

.list-case .scroll-1 .txtbox {
	height: 82px;
	padding: 10px;
	padding-top: 15px;
	background: #eff0f2;
	border-bottom: solid 3px #0c5ac4
}

.list-case .scroll-1 .tit {
	font-size: 16px;
	color: #333;
	height: 24px;
	line-height: 24px;
	overflow: hidden
}

.list-case .scroll-1 .txt {
	color: #666;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden
}

.list-case .scroll-1 .item1:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.list-case .scroll-1 .item1:hover .pichover {
	opacity: 1
}

.list-case .scroll-1 .slick-prev {
	left: 1px
}

.list-case .scroll-1 .slick-next {
	right: 0
}

.inside-service .box {
	color: #333;
	margin-top: 35px;
	line-height: 28px;
	font-size: 16px;
	position: relative
}

.inside-service .box .font18 {
	font-size: 18px;
	padding-top: 40px
}

.inside-service .box .txt-in {
	margin-top: 20px;
	text-indent: 2em
}

.inside-service .box .item {
	top: 150px;
	right: 40px;
	color: #fff;
	width: 310px;
	padding: 40px 34px 30px 34px;
	position: absolute;
	background: #0c5ac4;
	background: rgba(30,97,192,0.6)

}

.inside-service .box .font32 {
	font-size: 32px;
	font-weight: bold;
	line-height: 48px;
	font-style: italic;
	padding-bottom: 10px;
	position: relative;
	text-shadow: .1em .1em .02em #0c4da8
}

.inside-service .box .font32:before {
	content: "";
	width: 36px;
	height: 1px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #fff
}

.inside-service .box .en {
	font-family: arial;
	/*color: #6092dd;*/
	color: #fff;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	padding-top: 10px;
	text-transform: uppercase
}

.inside-service .box .t1 {
	/*color: #6092dd;*/
	color: #fff;
	cursor:pointer;
	padding-left: 15px;
	position: relative;
	margin-top: 5px
}
.inside-service .box  .cur{
	color:#fff;
}

.inside-service .box .t1:before {
	top: 12px;
	left: 0;
	content: "";
	width: 4px;
	height: 4px;
	background: #6092dd;
	position: absolute;
	border-radius: 100%
}

.inside-service .box .t2 {
	color: #fff
}

.inside-service .box .t2:before {
	color: #fff
}

.inside-service .box-2 {
	/*padding-top: 60px*/
}

.inside-service .box-2 .title {
	text-align: center
}

.inside-service .box-2 .title p:first-child {
	color: #0c5ac4;
	font-size: 32px;
	line-height: 32px;
	vertical-align: top
}

.inside-service .box-2 .title span {
	color: #cbcbcb;
	font-size: 16px;
	padding: 0 5px;
	font-weight: bold;
	vertical-align: top;
	display: inline-block
}

.inside-service .box-2 .title .en {
	font-family: arial;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 5px 0 0 180px;
	text-transform: uppercase
}

.inside-service .box-2 .title .en span {
	letter-spacing: 0
}

.inside-service .box-2 ul {
	margin-top: 50px
}

.inside-service .box-2 li {
	float: left;
	width: 290px;
	margin-left: 7px
}

.inside-service .box-2 li .picbox {
	position: relative
}

.inside-service .box-2 li .txtbox {
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding: 0 12px;
	padding-top: 30px;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #0c5ac4;
	background: rgba(12,90,196,0.8)
}

.inside-service .box-2 li .txtbox .tit {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	height: 24px;
	overflow: hidden
}

.inside-service .box-2 li .txtbox .txt {
	text-indent: 2em;
	height: 100px;
	overflow: hidden;
	margin-top: 10px
}

.inside-service .box-2 li .pic {
	width: 290px;
	height: 186px;
	position: relative
}

.inside-service .box-2 li .text {
	margin-top: 20px;
	font-size: 16px;
	color: #333;
	height: 56px;
	overflow: hidden;
	line-height: 28px;
	text-align: center
}

.inside-service .box-2 li:hover .txtbox {
	opacity: 1
}

.inside-service .box-2 li:nth-child(3n+1) {
	margin-left: 0
}

.inside-service .box-3 {
	height:auto;
	margin-top: 60px;
	padding-top: 40px;
	color: #fff;
	background: url(../images/service-bg_1.jpg) no-repeat top center
}

.inside-service .box-3 .title {
	text-align: center
}

.inside-service .box-3 .title .cn {
	padding-bottom: 10px;
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	position: relative
}

.inside-service .box-3 .title .cn:before {
	left: 50%;
	bottom: 0;
	margin-left: -18px;
	content: "";
	width: 36px;
	height: 1px;
	background: #fff;
	position: absolute
}

.inside-service .box-3 .title .en {
	color: #6092dd;
	font-size: 14px;
	padding-top: 10px;
	font-family: arial;
	text-transform: uppercase
}

.inside-service .box-3 .font24 {
	font-size: 24px;
	text-align: center;
	padding-top: 20px
}

.inside-service .box-3 ul {
	margin-top: 50px;
	position: relative
}

.inside-service .box-3 ul:before {
	content: "";
	width: 110px;
	height: 93%;
	top: 10px;
	left: 50%;
	margin-left: -55px;
	position: absolute;
	border: solid 3px #fff;
	border-top: 0;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px
}

.inside-service .box-3 li {
	padding: 0 20px;
	line-height: 26px;
	padding-bottom: 53px
}

.inside-service .box-3 li .font16 {
	font-weight: bold;
	font-size: 16px;
	line-height: 36px
}

.inside-service .box-3 li .leftbox {
	width: 340px;
	float: left;
	padding-right: 20px;
	position: relative;
	text-align: right
}

.inside-service .box-3 li .leftbox span {
	top: 0;
	color: #0c5ac4;
	right: -47px;
	width: 40px;
	height: 40px;
	padding-right: 5px;
	line-height: 40px;
	font-size: 25px;
	background: #fff;
	border-radius: 100%;
	position: absolute
}

.inside-service .box-3 li .rightbox {
	width: 340px;
	padding-left: 20px;
	position: relative;
	overflow:inherit;
}

.inside-service .box-3 li .rightbox span {
	top: 0;
	color: #0c5ac4;
	left: -45px;
	width: 40px;
	height: 40px;
	padding-left: 5px;
	line-height: 40px;
	font-size: 25px;
	background: #fff;
	border-radius: 100%;
	position: absolute
}



.inside-service .xz-txtbox{
	display:none;
}

.inside-service .box-4 {
	padding-top: 50px
}

.inside-service .box-4 ul {
	line-height: 28px;
	margin-top: 40px;
	min-height: 350px;
	position: relative
}

.inside-service .box-4 ul:before {
	content: "";
	width: 770px;
	height: 290px;
	top: 0;
	left: 0;
	position: absolute;
	background: #1e61c0
}

.inside-service .box-4 li {
	float: left;
	z-index: 9;
	font-size: 16px;
	position: relative
}

.inside-service .box-4 .li-1 {
	color: #fff;
	width: 160px;
	height: 294px;
	margin-top: 13px;
	margin-left: 13px;
	background: #ececec;
	background: rgba(1,1,1,0.5);
	padding: 40px 24px 0 24px
}

.inside-service .box-4 .li-1 .tt {
	position: relative;
	padding-bottom: 8px
}

.inside-service .box-4 .li-1 .tt:before {
	content: "";
	width: 33px;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #0c5ac4
}

.inside-service .box-4 .li-2 {
	padding-top: 25px;
	margin-top: -13px;
	background: #1e61c0;
	background: rgba(30,97,192,0.8);
	color: #fff;
	text-align: center
}

.inside-service .box-4 .li-2 img {
	margin-top: 20px
}

.inside-service .box-4 .li-3 {
	float: left;
	width: 214px;
	margin-top: 13px
}

.inside-service .box-4 .li-3 .tt {
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	color: #fff;
	height: 67px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	background: #1e61c0;
	background: rgba(30,97,192,0.4)
}

.inside-service .box-4 .li-4 {
	float: left
}

.inside-service .box-4 .li-4 .tt {
	bottom: 0;
	left: 0;
	width: 175px;
	height: 67px;
	color: #fff;
	height: 110px;
	padding: 20px;
	line-height: 24px;
	position: absolute;
	background: #1e61c0;
	background: rgba(30,97,192,0.4)
}

.inside-service .box-5 {
	margin-top: 60px
}

.inside-service .box-5 .title {
	padding-bottom: 10px;
	padding-right: 60px;
	text-align: center
}

.inside-service .box-5 .title p:first-child {
	color: #0c5ac4;
	font-size: 32px;
	line-height: 32px;
	vertical-align: top
}

.inside-service .box-5 .title span {
	color: #cbcbcb;
	font-size: 16px;
	padding: 0 5px;
	font-weight: bold;
	vertical-align: top;
	display: inline-block
}

.inside-service .box-5 .title .en {
	font-family: arial;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 5px 0 0 180px;
	text-transform: uppercase
}

.inside-service .box-5 .title .en span {
	letter-spacing: 0
}

.inside-service .box-5 ul {
	background: url(../images/service-img14_1.png) no-repeat top center
}

.inside-service .box-5 li {
	color: #333;
	line-height: 18px;
	padding: 30px 0
}

.inside-service .box-5 li .left-box {
	width: 280px;
	float: left;
	text-align: right;
	padding-right: 20px
}

.inside-service .box-5 li .right-box {
	width: 280px;
	float: right
}

.inside-service .box-5 li .font20 {
	padding-top: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #0c5ac4;
	margin-bottom: 10px
}

.inside-service .box-6 {
	padding-top: 80px
}

.inside-service .box-6 .title {
	text-align: center
}

.inside-service .box-6 .title .cn {
	font-size: 32px;
	line-height: 40px;
	color: #0c5ac4;
	position: relative;
	padding-bottom: 10px
}

.inside-service .box-6 .title .cn:before {
	content: "";
	width: 36px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -18px;
	position: absolute;
	background: #0c5ac4
}

.inside-service .box-6 .title .en {
	color: #6092dd;
	padding-top: 5px;
	text-transform: uppercase
}

.inside-service .box-6 .txt {
	padding: 0 50px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 20px
}

.inside-service .box-6 ul {
	padding: 0 20px;
	padding-top: 30px
}

.inside-service .box-6 li {
	padding-top: 20px;
	font-size: 16px;
	color: #333
}

.inside-service .box-6 li .bd {
	width: 50%;
	float: left;
	padding-left: 25px
}

.inside-service .box-6 li .bd:first-child {
	padding-left: 60px
}

.inside-service .box-6 li label {
	vertical-align: top;
	line-height: 37px
}

.inside-service .box-6 li input,.inside-service .box-6 li textarea {
	width: 265px;
	height: 42px;
	padding: 10px;
	font-size: 16px;
	color: #666;
	font-family: "微软雅黑";
	border: solid 1px #b5b5b5
}

.inside-service .box-6 li input:focus,.inside-service .box-6 li textarea:focus {
	border-color: #0c5ac4
}

.inside-service .box-6 li textarea {
	height: 125px;
	width: 652px;
	resize: none
}

.inside-service .box-6 li i {
	padding-top: 7px;
	vertical-align: top;
	color: #f00;
	display: inline-block;
	font-style: normal
}

.inside-service .box-6 .btn {
	margin-top: 50px;
	margin-left: 155px
}

.inside-service .box-6 .btn a {
	width: 316px;
	height: 47px;
	text-align: center;
	line-height: 45px;
	margin: 0 10px;
	font-size: 18px;
	display: inline-block;
	border: solid 1px #bfbfbf
}

.inside-service .box-6 .btn a:first-child {
	color: #fff;
	border-color: #0c5ac4;
	background: #0c5ac4
}

.inside-warp .service-tabbox {
	padding-top: 0;
	background: none
}

.inside-warp .service-tabbox .tit {
	height: 53px;
	color: #fff;
	padding-top: 22px;
	font-size: 24px;
	text-align: center;
	background: url(../images/zm-tit_1.jpg) no-repeat top center
}

.inside-warp .service-tabbox .menu {
	min-height: 494px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(../images/zm-mid_1.jpg) no-repeat top center #0549a5
}

.inside-warp .bot-2 {
	height: 16px;
	background: url(../images/zm-bot_1.jpg) no-repeat top center
}

.inside-baocuo {
	height: 814px;
	margin-top: 120px;
	text-align: center;
	padding-top: 600px;
	background: url(../images/404_1.jpg) no-repeat top center
}



/**********IE8***********/

.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad_1.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  display: block;
  line-height: 24px;
  color: #666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed_1.png) no-repeat center center;
  cursor: pointer;
}



.floatBar {
	display: none;
	width: 34px;
	height: 113px;
	position: fixed;
	right: 0;
	top: 50%;
	overflow: hidden;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	background-color: #ff5c01;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/contact-icon_1.png)
}

.floatBar:hover {
	background-color: #ff7d34
}

.float {
	position: fixed;
	bottom: 120px;
	right: 0;
	z-index: 999;
	font-size: 14px;
	line-height: 28px
}

.float .float-closed {
	right: 20px;
	top: -45px;
	width: 28px;
	height: 28px;
	line-height:28px;
	cursor: pointer;
	font-weight: 100;
	border-radius: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: absolute;
	background-color: #3e3e3e
}
.float-closed:before, .float-closed:after {
	position:absolute;
	content:"";
	background: #fff;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.float-closed:before{
	width: 10px;
	height: 1px;
}
.float-closed:after {
	width: 1px;
	height: 10px;
	transition: all .5s;
}

.float-up:after {
	height: 0;
}


.float .return-top {
	width: 70px;
	height: 70px;
	display: none;
	cursor: pointer;
	background: url(../images/top-icon_1.png) no-repeat center #333
}

.float .return-top:hover {
	background-color: #0c5ac4
}
.float .float-box{
	display: block;
	position: relative;
	margin-right: -320px;
	/*opacity: 0;*/
	height: 424px;
	transition: margin-right .3s;
}
.float .float-box.show {
	margin-right: 0;
	opacity: 1;
}
.float .float-box li {
	width: 70px;
	height: 70px;
	margin-top: 1px;
	cursor: pointer;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 0;
	background-color: #3e3e3e;
	transition: All .2s ease-in-out;
	-webkit-transition: All .2s ease-in-out;
	-moz-transition: All .2s ease-in-out;
	-o-transition: All .2s ease-in-out
}

.float .float-box li img {
	max-height: 25px;
	margin-top: 10px
}

.float .float-box li .item {
	bottom: 2px;
	right: 107%;
	width: 200px;
	color: #fff;
	display: none;
	text-align: left;
	position: absolute;
	padding: 10px;
	padding-left: 20px;
	line-height: 20px;
	padding-bottom:27px;
	background-color: #0c5ac4
}

.float .float-box li  .item-message{
	padding-bottom:15px;
}
.float .float-box li .item img {
	max-height: 100%
}

.float .float-box li .item .btn-warning {
	padding-top: 5px;
	padding-bottom: 5px
}

.float .float-box li .item .p-1 {
	padding-top: 10px;
	font-size: 14px
}

.float .float-box li .item .p-2 {
	font-size: 17px;
	font-family: arial;
	color: #fff
}

.float .float-box li>a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top:30px;
}

.float .float-box li:hover {
	background-color: #0c5ac4
}

.float .float-box li .item-weixin{
	background-color:none;
	background:none;
}

.float .float-box li .item-message {
	color: #fff;
	padding-left: 0;
	text-align: center
}
